<WIZIF 0><!-- Copyright (c) 1997-2001 Macromedia, Inc. All Rights Reserved. Consult Software License Agreement for more details. Version 1.0 - 2001-05-31--></WIZIF>
<WIZIF checkSingleQuotes EQ 'true'>
<WIZSET oQ = "'">
<WIZSET iQ = '"'>
<WIZELSE>
<WIZSET oQ = '"'>
<WIZSET iQ = "'">
</WIZIF>
<WIZSET varFind = oQ>
<WIZSET varReplace = iQ>
<WIZSET varList = listFontFace>
<WIZSET varSep = ','>
<WIZIF fontFace1 NEQ ''>
<WIZIF 0><!-- replace any 'outer quotes' that are already part of the list --></WIZIF>
<WIZSET varString = fontFace1>
<WIZINCLUDE TEMPLATE="wmReplaceAll.wizml">
<WIZSET fontFace1 = varString>
<WIZIF 0><!-- add quotes to first entry if it contains space but does not already contain quotes AND other element was selected --></WIZIF>
<WIZIF Find(fontFace1,' ') AND NOT Find(fontFace1, iQ) AND (fontFace2 NEQ '' OR fontFace3 NEQ '' OR dropFaceCombo NEQ '' OR dropFaceGeneric NEQ '')>
<WIZSET fontFace1 = iQ & fontFace1 & iQ>
</WIZIF>
<WIZIF 0><!-- list initialized to first font entry --></WIZIF>
<WIZSET varList = fontFace1>
</WIZIF>
<WIZIF fontFace2 NEQ ''>
<WIZIF 0><!-- add quotes to second entry if it contains space AND other element was selected --></WIZIF>
<WIZIF Find(fontFace2,' ') AND (fontFace1 NEQ '' OR fontFace3 NEQ '' OR dropFaceCombo NEQ '' OR dropFaceGeneric NEQ '')>
<WIZSET fontFace2 = iQ & fontFace2 & iQ>
</WIZIF>
<WIZSET varAdd = fontFace2>
<WIZINCLUDE TEMPLATE="wmAddToList.wizml">
</WIZIF>
<WIZIF fontFace3 NEQ ''>
<WIZIF 0><!-- add quotes to third entry if it contains space AND other element was selected --></WIZIF>
<WIZIF Find(fontFace3,' ') AND (fontFace1 NEQ '' OR fontFace2 NEQ '' OR dropFaceCombo NEQ '' OR dropFaceGeneric NEQ '')>
<WIZSET fontFace3 = iQ & fontFace3 & iQ>
</WIZIF>
<WIZSET varAdd = fontFace3>
<WIZINCLUDE TEMPLATE="wmAddToList.wizml">
</WIZIF>
<WIZIF dropFaceCombo NEQ ''>
<WIZIF 0><!-- add combo font family list if selected --></WIZIF>
<WIZIF 0><!-- replace any 'outer quotes' that are already part of the list --></WIZIF>
<WIZSET varString = dropFaceCombo>
<WIZINCLUDE TEMPLATE="wmReplaceAll.wizml">
<WIZSET varAdd = varString>
<WIZINCLUDE TEMPLATE="wmAddToList.wizml">
</WIZIF>
<WIZIF dropFaceGeneric NEQ ''>
<WIZIF 0><!-- add generic font family if selected --></WIZIF>